From 3685d501226526c736cb637c10280bc8b1e2d1ba Mon Sep 17 00:00:00 2001 From: robertlipe Date: Sun, 1 Mar 2015 02:06:32 +0000 Subject: [PATCH] Remove dead #defines for XML_{SHORT,LONG}_TIME. --- gpsbabel/defs.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/gpsbabel/defs.h b/gpsbabel/defs.h index d0c72f8d2..2c284d789 100644 --- a/gpsbabel/defs.h +++ b/gpsbabel/defs.h @@ -211,10 +211,6 @@ extern QTextStream cerr; #define CENTI_TO_MICRO(t) (t * 10000) /* Centiseconds to Microseconds */ #define MICRO_TO_CENTI(t) (t / 10000) /* Centiseconds to Microseconds */ -/* Short or Long XML Times */ -#define XML_SHORT_TIME 1 -#define XML_LONG_TIME 2 - /* * Extended data if waypoint happens to represent a geocache. This is * totally voluntary data... -- 2.30.2